runtime.scavengeIndex.max (field)

3 uses

	runtime (current package)
		mgcscavenge.go#L1018: 	min, max   atomic.Uintptr
		mpagealloc_64bit.go#L209: 	haveMax := s.max.Load()
		mpagealloc_64bit.go#L242: 			s.max.Store(needMax)